home *** CD-ROM | disk | FTP | other *** search
- Path: howland.reston.ans.net!agate!usenet
- From: Paul MacMillan <artlgc11@sirius.com>
- Newsgroups: comp.lang.c++
- Subject: Visual C++ - MFC - View Window Title
- Date: Wed, 21 Feb 1996 12:57:29 -0800
- Organization: University of California, Berkeley
- Message-ID: <312B8739.167EB0E7@sirius.com>
- NNTP-Posting-Host: lhasa.berkeley.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b5 (X11; I; SunOS 4.1.3 sun4c)
- CC: mmillan@math.berkeley.edu
-
- Does anybody know the best place to set the title of a view window?
- I think you need to set the title of the GetParentFrame() result, and I
- did it in CView::OnInitialUpdate(), but the default
- title still appeared. I don't want to do it in OnDraw(), but that
- seems to work.
-
- Paul M
- mmillan@math.berkeley.edu
-